openbsd-ports/databases/sharedance/Makefile
espie 2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00

39 lines
957 B
Makefile

# $OpenBSD: Makefile,v 1.3 2010/11/15 00:22:54 espie Exp $
COMMENT= high-performance server that centralizes key/data pairs
DISTNAME= sharedance-0.6
REVISION = 0
CATEGORIES= databases
HOMEPAGE= http://sharedance.pureftpd.org/project/sharedance
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c event
MASTER_SITES= http://download.pureftpd.org/pub/sharedance/
CONFIGURE_STYLE= simple
REGRESS_TARGET= check
EXAMPLESDIR= ${PREFIX}/share/examples/sharedance
PHP_SCRIPTS= session_handler.php sharedance.php \
test_session.php test_sharedance.php
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sharedance
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sharedance
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
.for i in ${PHP_SCRIPTS}
${INSTALL_DATA} ${WRKSRC}/php/${i} ${EXAMPLESDIR}
.endfor
.include <bsd.port.mk>