openbsd-ports/graphics/compface/Makefile
2013-03-11 11:10:51 +00:00

32 lines
878 B
Makefile

# $OpenBSD: Makefile,v 1.21 2013/03/11 11:10:51 espie Exp $
COMMENT= programs and library for the 'X-face' mail and news header
DISTNAME= compface-1.5.2
REVISION = 0
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/aux/
HOMEPAGE= http://freshmeat.net/projects/compface/
PERMIT_PACKAGE_CDROM= No fee
PERMIT_PACKAGE_FTP= No
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MAINTAINER= Hans-Guenter Weigand <hgw@d1906.inka.de>
CONFIGURE_STYLE=gnu
USE_GROFF = Yes
NO_TEST= 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>