freebsd-ports/graphics/libemf/Makefile
Maho Nakata 20f3ee593d Unbreak for sparc64
PR:		99905
Submitted by:	ahze
2006-07-08 06:57:28 +00:00

27 lines
507 B
Makefile

# 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
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}
.endif
.include <bsd.port.post.mk>