openbsd-ports/graphics/compface/Makefile

32 lines
912 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2006/07/14 06:52:57 espie Exp $
COMMENT= "programs and library for the 'X-face' mail and news header"
DISTNAME= compface-1.5.2
PKGNAME= ${DISTNAME}p0
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/aux/
HOMEPAGE= http://freshmeat.net/projects/compface/
2006-07-06 02:52:57 -04:00
PERMIT_PACKAGE_CDROM= "No fee"
PERMIT_PACKAGE_FTP= No
PERMIT_DISTFILES_CDROM= "No fee"
2000-03-16 19:53:48 -05:00
PERMIT_DISTFILES_FTP= Yes
2004-11-29 20:06:33 -05:00
WANTLIB= c
2000-03-16 19:53:48 -05:00
2000-10-24 18:23:17 -04:00
MAINTAINER= Hans-Guenter Weigand <hgw@d1906.inka.de>
CONFIGURE_STYLE=gnu
2002-10-26 20:03:16 -04:00
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/{compface,uncompface} ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/xbm2xface.pl ${PREFIX}/bin/xbm2xface
${INSTALL_DATA} ${WRKSRC}/compface.h ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/libcompface.a ${PREFIX}/lib
${INSTALL_MAN} ${WRKSRC}/compface.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/compface.3 ${PREFIX}/man/man3
.include <bsd.port.mk>