561d6fe9bc
PLIST and remove remove everything under the @sample'd directory instead of the directory itself to prevent a warning from pkg_delete(1) trying to remove a non existing directory and to help preventing left-over files and directories.
29 lines
566 B
Makefile
29 lines
566 B
Makefile
# $OpenBSD: Makefile,v 1.14 2011/05/11 06:22:17 ajacoutot Exp $
|
|
|
|
COMMENT= dependency configuration tool
|
|
|
|
VERSION= 0.9.3
|
|
DISTNAME= pmk-${VERSION}
|
|
REVISION = 4
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://pmk.sourceforge.net/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmk/}
|
|
|
|
CONFIGURE_ENV+= SYSCONFDIR=${SYSCONFDIR}
|
|
CONFIGURE_STYLE= simple
|
|
CONFIGURE_SCRIPT= /bin/sh pmkcfg.sh -p ${PREFIX}
|
|
USE_GROFF = Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|