2006-12-02 15:24:17 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2006/12/02 20:24:17 pvalchev Exp $
|
2001-08-13 07:23:03 -04:00
|
|
|
|
|
|
|
COMMENT= "Qt-based CD creation tool"
|
|
|
|
|
2006-12-02 15:24:17 -05:00
|
|
|
PKGNAME= ${DISTNAME:S/-OpenBSD//}p1
|
2001-08-13 07:23:03 -04:00
|
|
|
DISTNAME= cdrchive-1.0.1-OpenBSD
|
|
|
|
CATEGORIES= misc x11
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-22 06:48:32 -05:00
|
|
|
WANTLIB= X11 Xext c m stdc++
|
2001-08-13 07:23:03 -04:00
|
|
|
|
|
|
|
MASTER_SITES= http://www.drahthaar.clara.net/ \
|
2002-03-29 20:03:35 -05:00
|
|
|
http://www.jakemsr.com/openbsd/ports/
|
2001-08-13 07:23:03 -04:00
|
|
|
|
2004-08-10 05:48:17 -04:00
|
|
|
MODULES= x11/qt2
|
2001-09-05 20:05:30 -04:00
|
|
|
|
2002-06-09 01:31:40 -04:00
|
|
|
RUN_DEPENDS= :cdrtools-*:sysutils/cdrtools
|
2001-08-13 07:23:03 -04:00
|
|
|
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
|
2005-11-03 13:28:55 -05:00
|
|
|
AUTOCONF_VERSION= 2.13
|
2002-03-29 20:03:35 -05:00
|
|
|
CONFIGURE_STYLE= autoconf
|
2001-08-13 07:23:03 -04:00
|
|
|
CONFIGURE_ARGS= --datadir=${PREFIX}/share/doc/cdrchive \
|
|
|
|
--x-includes=${X11BASE}/include \
|
|
|
|
--x-libraries=${X11BASE}/lib \
|
|
|
|
--with-extra-includes=${LOCALBASE}/include \
|
|
|
|
--with-extra-libs=${LOCALBASE}/lib \
|
2001-09-05 20:05:30 -04:00
|
|
|
${MODQT_CONFIGURE_ARGS}
|
2001-08-13 07:23:03 -04:00
|
|
|
MAKE_FLAGS= CFLAGS="${CXXFLAGS} -c" CLFLAGS=""
|
|
|
|
|
|
|
|
WRKDIST= ${WRKDIR}/cdr-bsd
|
|
|
|
|
2006-11-13 06:20:24 -05:00
|
|
|
USE_X11= Yes
|
|
|
|
|
2002-10-27 16:07:53 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2001-08-13 07:23:03 -04:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cdrchive
|
|
|
|
${INSTALL_DATA} ${WRKBUILD}/cdr.conf \
|
|
|
|
${PREFIX}/share/examples/cdrchive/cdr.conf.sample
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|