a12893eee7
dc_gui provides a user-friendly interface for dctc (Direct Connect Text Clone).
33 lines
798 B
Makefile
33 lines
798 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/02/01 02:40:17 naddy Exp $
|
|
|
|
COMMENT= "GUI for dctc (Direct Connect Text Clone)"
|
|
|
|
DISTNAME= dc_gui-0.42
|
|
CATEGORIES= net x11
|
|
NEED_VERSION= 1.504
|
|
HOMEPAGE= http://ac2i.tzo.com/dctc/
|
|
|
|
MAINTAINER= Nils Nordman <nino@nforced.com>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
LIB_DEPENDS= gnome.36,art_lgpl.4,gnomesupport.,gnomeui.46,gnorba.28::x11/gnome/libs
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= :dctc-*:net/dctc
|
|
|
|
SEPARATE_BUILD= simple
|
|
CONFIGURE_STYLE= autoconf
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
post-patch:
|
|
@cd ${WRKSRC}; touch Makefile.in */Makefile.in aclocal.m4 stamp-h.in
|
|
|
|
.include <bsd.port.mk>
|