c54e12bbe0
PLIST and delete 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.
32 lines
701 B
Makefile
32 lines
701 B
Makefile
# $OpenBSD: Makefile,v 1.15 2011/05/11 07:45:52 ajacoutot Exp $
|
|
|
|
COMMENT= remote administration software
|
|
|
|
DISTNAME= radmind-1.13.0
|
|
REVISION = 1
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://rsug.itd.umich.edu/software/radmind/
|
|
|
|
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
|
|
|
|
# License: BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c crypto ssl z
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=radmind/}
|
|
NO_REGRESS= Yes
|
|
|
|
CONFIGURE_ARGS= --disable-profiled
|
|
|
|
USE_LIBTOOL= Yes
|
|
LIBTOOL_FLAGS= --tag=disable-shared
|
|
USE_GROFF = Yes
|
|
CONFIGURE_STYLE=gnu
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC} ${WRKSRC}/libsnet
|
|
|
|
.include <bsd.port.mk>
|