2001-11-13 17:13:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2001/11/13 22:13:23 espie Exp $
|
2001-08-13 07:23:03 -04:00
|
|
|
|
|
|
|
COMMENT= "Qt-based CD creation tool"
|
|
|
|
|
|
|
|
PKGNAME= ${DISTNAME:S/-OpenBSD//}
|
|
|
|
DISTNAME= cdrchive-1.0.1-OpenBSD
|
|
|
|
CATEGORIES= misc x11
|
2001-10-28 07:30:13 -05:00
|
|
|
NEED_VERSION= 1.483
|
2001-08-13 07:23:03 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.drahthaar.clara.net/cdr.htm
|
|
|
|
|
|
|
|
MAINTAINER= Jacob Meuser <jakemsr@clipper.net>
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= http://www.drahthaar.clara.net/ \
|
|
|
|
ftp://ftp.jakemsr.com/pub/jakemsr/obsd-ports/
|
|
|
|
|
2001-09-05 20:05:30 -04:00
|
|
|
MODULES= qt2
|
|
|
|
|
2001-11-13 17:13:22 -05:00
|
|
|
RUN_DEPENDS= ::misc/cdrecord
|
2001-08-13 07:23:03 -04:00
|
|
|
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
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
|
|
|
|
|
|
|
|
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>
|