pkgsrc/devel/pth/Makefile
2000-01-21 03:06:37 +00:00

22 lines
537 B
Makefile

# $NetBSD: Makefile,v 1.19 2000/01/21 03:06:37 wiz Exp $
#
DISTNAME= pth-1.2.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=pth/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/pth/pth.html
CONFLICTS= pth-current-*
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-pthread
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pth/
${INSTALL_DATA} ${WRKSRC}/pthread.ps ${PREFIX}/share/doc/pth/
${INSTALL_DATA} ${WRKSRC}/rse-pmt.ps ${PREFIX}/share/doc/pth/
.include "../../mk/bsd.pkg.mk"