2003-10-03 21:17:35 -04:00
|
|
|
# New ports collection makefile for: libEMF
|
|
|
|
# Date created: 04 Oct 2003
|
|
|
|
# Whom: NAKATA Maho <maho@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libEMF
|
|
|
|
PORTVERSION= 1.0
|
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/libemf/g}
|
|
|
|
|
|
|
|
MAINTAINER= maho@FreeBSD.org
|
|
|
|
COMMENT= Enhanced Metafile Library
|
|
|
|
|
2004-05-06 15:49:54 -04:00
|
|
|
GNU_CONFIGURE= yes
|
2003-10-03 21:17:35 -04:00
|
|
|
|
2004-03-04 23:48:16 -05:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2003-10-03 21:17:35 -04:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
2004-03-04 23:48:16 -05:00
|
|
|
.include <bsd.port.post.mk>
|