freebsd-ports/graphics/libemf/Makefile
Maho Nakata cd5e9f30bf Fix build on amd64.
PR:		131745
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2009-02-17 01:00:44 +00:00

28 lines
533 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
USE_AUTOTOOLS= libtool:15
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>