mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
16 lines
329 B
Makefile
16 lines
329 B
Makefile
# Created by: NAKATA Maho <maho@FreeBSD.org>
|
|
# $FreeBSD: head/graphics/libemf/Makefile 395939 2015-09-03 09:57:19Z amdmi3 $
|
|
|
|
PORTNAME= libEMF
|
|
PORTVERSION= 1.0.7
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= maho@FreeBSD.org
|
|
COMMENT= Enhanced Metafile Library
|
|
|
|
USES= libtool gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|