openbsd-ports/graphics/tgif/Makefile
simon 97390ac1fe update to version 4.1.45
from Martynas Venckus <martynas at altroot dot org>

ok bernd@, sturm@
2007-02-13 10:12:08 +00:00

43 lines
976 B
Makefile

# $OpenBSD: Makefile,v 1.24 2007/02/13 10:12:08 simon Exp $
COMMENT= "two-dimensional drawing tool and hyper-object browser"
VERSION= 4.1.45
DISTNAME= tgif-QPL-${VERSION}
PKGNAME= tgif-${VERSION}
CATEGORIES= graphics
MASTER_SITES= ftp://bourbon.usc.edu/pub/tgif/ \
${MASTER_SITE_SOURCEFORGE:=tgif/}
HOMEPAGE= http://bourbon.usc.edu/tgif/
# Trolltech Q License
PERMIT_PACKAGE_CDROM= yes
PERMIT_PACKAGE_FTP= yes
PERMIT_DISTFILES_CDROM= yes
PERMIT_DISTFILES_FTP= yes
WANTLIB= X11 Xext c m
RUN_DEPENDS= ::graphics/netpbm
CONFIGURE_STYLE=imake
USE_X11= Yes
MAKE_FLAGS= MODULE_CFLAGS="${CFLAGS}"
post-extract:
@cp -f ${WRKDIR}/${DISTNAME}/Tgif.tmpl-openbsd \
${WRKDIR}/${DISTNAME}/Tgif.tmpl
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tgif
${INSTALL_DATA} ${WRKSRC}/*.obj \
${WRKSRC}/*.tex ${PREFIX}/share/doc/tgif/
${INSTALL_DATA} ${WRKSRC}/License \
${WRKSRC}/README ${PREFIX}/share/doc/tgif/
.include <bsd.port.mk>