# New ports collection makefile for: qbrew # Date created: 22 September 2000 # Whom: David Johnson # # $FreeBSD$ # PORTNAME= qbrew PORTVERSION= 0.3.5 CATEGORIES= misc MASTER_SITES= http://www.usermode.org/code/ MAINTAINER= david@usermode.org COMMENT= A homebrewer's recipe calculator USE_GMAKE= yes GNU_CONFIGURE= yes USE_QT_VER= 3 PORTDOCS= * QT_NONSTANDARD= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --x-includes=${X11BASE}/include \ --x-libraries=${X11BASE}/lib \ --with-qt-dir=${X11BASE} CONFIGURE_ENV= MOC=${X11BASE}/bin/moc \ UIC=${X11BASE}/bin/uic .include post-patch: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -E 's,^(SUBDIRS = .*) docs,\1,' \ ${WRKSRC}/Makefile.in .endif post-install: ${STRIP_CMD} ${PREFIX}/bin/qbrew .include dy>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* audio/libtremor: update to 1.2.1.s20180316jbeich2018-03-171-2/+3
| | | | | Changes: https://git.xiph.org/?p=tremor.git;a=shortlog Security: 7943794f-707f-4e31-9fea-3bbf1ddcedc1
* audio/libtremor: update to 1.2.1.s20150105jbeich2015-08-251-2/+2
| | | | | | | Changes: https://git.xiph.org/?p=tremor.git;a=shortlog;h=b56ffc MFH: 2015Q3 Security: http://www.vuxml.org/freebsd/3dac84c9-bce1-4199-9784-d68af1eb7b2e.html Security: http://www.vuxml.org/freebsd/40497e81-fee3-4e54-9d5f-175a5c633b73.html
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@