openbsd-ports/net/aircontrol/Makefile
jasper 4fee5ffce0 Sanitize some @unexec/@extraunexec calls to rm: move them up in the
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.

ok aja@
2011-05-11 12:03:19 +00:00

51 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.11 2011/05/11 12:03:19 jasper Exp $
COMMENT= management tool for Ubiquiti wireless devices
DISTNAME= aircontrol-1.3.6-beta
PKGNAME= ${DISTNAME:S/-beta/beta/}
REVISION= 4
CATEGORIES= net
HOMEPAGE= http://www.ubnt.com/aircontrol
PERMIT_PACKAGE_CDROM= proprietary license
PERMIT_PACKAGE_FTP= proprietary license
PERMIT_DISTFILES_CDROM= proprietary license
PERMIT_DISTFILES_FTP= proprietary license
MASTER_SITES= http://www.ubnt.com/downloads/aircontrol/
MODULES= java
MODJAVA_VER= 1.7
MODJAVA_JRERUN= Yes
RUN_DEPENDS= java/javaPathHelper
PREFIX= /var/aircontrol
NO_BUILD= Yes
NO_REGRESS= Yes
WRKDIST= ${WRKDIR}/aircontrol
pre-patch:
cd ${WRKDIST}; \
perl -i -pe 's/\r$$//' README LICENSE \
conf/catalina.properties
do-install:
${INSTALL_DATA_DIR} ${PREFIX}
${INSTALL_DATA_DIR} ${PREFIX}/work
cd ${WRKDIST}; pax -rw * ${PREFIX}
cd ${PREFIX}; \
chown -R ${SHAREOWN}:${SHAREGRP} .; \
chmod -R g+rwX work logs temp conf data; \
chmod -R +x bin/*sh; \
rm bin/*bat
mv ${PREFIX}/data ${PREFIX}/data.dist
mv ${PREFIX}/conf ${PREFIX}/conf.dist
.include <bsd.port.mk>