2006-08-03 19:15:57 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2006/08/03 23:15:57 espie Exp $
|
2002-01-31 07:21:53 -05:00
|
|
|
|
|
|
|
COMMENT= "Direct Connect clone"
|
|
|
|
|
|
|
|
DISTNAME= dctc-0.68.0
|
|
|
|
CATEGORIES= net
|
2004-02-20 20:18:07 -05:00
|
|
|
HOMEPAGE= http://ac2i.homelinux.com/dctc/
|
2002-01-31 07:21:53 -05:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-15 19:31:20 -05:00
|
|
|
WANTLIB= c pthread
|
2002-01-31 07:21:53 -05:00
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
|
2006-08-03 19:15:57 -04:00
|
|
|
LIB_DEPENDS= glib.>=1.2,gthread.>=1.2::devel/glib
|
2002-01-31 07:21:53 -05:00
|
|
|
|
|
|
|
SEPARATE_BUILD= concurrent
|
2005-11-03 13:28:55 -05:00
|
|
|
AUTOCONF_VERSION= 2.13
|
2002-01-31 07:21:53 -05: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>
|