2006-08-03 23:15:57 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2006/08/03 23:15:57 espie Exp $
|
2002-01-31 12:21:53 +00:00
|
|
|
|
|
|
|
COMMENT= "Direct Connect clone"
|
|
|
|
|
|
|
|
DISTNAME= dctc-0.68.0
|
|
|
|
CATEGORIES= net
|
2004-02-21 01:18:07 +00:00
|
|
|
HOMEPAGE= http://ac2i.homelinux.com/dctc/
|
2002-01-31 12:21:53 +00:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-16 00:31:20 +00:00
|
|
|
WANTLIB= c pthread
|
2002-01-31 12:21:53 +00:00
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
|
2006-08-03 23:15:57 +00:00
|
|
|
LIB_DEPENDS= glib.>=1.2,gthread.>=1.2::devel/glib
|
2002-01-31 12:21:53 +00:00
|
|
|
|
|
|
|
SEPARATE_BUILD= concurrent
|
2005-11-03 18:28:55 +00:00
|
|
|
AUTOCONF_VERSION= 2.13
|
2002-01-31 12:21:53 +00:00
|
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-DMSG_NOSIGNAL=0"
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dctc; \
|
|
|
|
cp -R ${WRKSRC}/Documentation/* ${PREFIX}/share/doc/dctc/
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|