2004-12-22 11:48:32 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2004/12/22 11:48:33 alek Exp $
|
2001-08-13 11:23:03 +00:00
|
|
|
|
|
|
|
COMMENT= "Qt-based CD creation tool"
|
|
|
|
|
|
|
|
PKGNAME= ${DISTNAME:S/-OpenBSD//}
|
|
|
|
DISTNAME= cdrchive-1.0.1-OpenBSD
|
|
|
|
CATEGORIES= misc x11
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.drahthaar.clara.net/cdr.htm
|
|
|
|
|
2002-03-30 01:03:35 +00:00
|
|
|
MAINTAINER= Jacob Meuser <jakemsr@jakemsr.com>
|
2001-08-13 11:23:03 +00:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-22 11:48:32 +00:00
|
|
|
WANTLIB= X11 Xext c m stdc++
|
2001-08-13 11:23:03 +00:00
|
|
|
|
|
|
|
MASTER_SITES= http://www.drahthaar.clara.net/ \
|
2002-03-30 01:03:35 +00:00
|
|
|
http://www.jakemsr.com/openbsd/ports/
|
2001-08-13 11:23:03 +00:00
|
|
|
|
2004-08-10 09:48:17 +00:00
|
|
|
MODULES= x11/qt2
|
2001-09-06 00:05:30 +00:00
|
|
|
|
2002-06-09 05:31:40 +00:00
|
|
|
RUN_DEPENDS= :cdrtools-*:sysutils/cdrtools
|
2001-08-13 11:23:03 +00:00
|
|
|
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
|
2002-03-30 01:03:35 +00:00
|
|
|
CONFIGURE_STYLE= autoconf
|
2001-08-13 11:23:03 +00: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-06 00:05:30 +00:00
|
|
|
${MODQT_CONFIGURE_ARGS}
|
2001-08-13 11:23:03 +00:00
|
|
|
MAKE_FLAGS= CFLAGS="${CXXFLAGS} -c" CLFLAGS=""
|
|
|
|
|
|
|
|
WRKDIST= ${WRKDIR}/cdr-bsd
|
|
|
|
|
2002-10-27 21:07:53 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2001-08-13 11:23:03 +00: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>
|