# New ports collection makefile for: acidlaunch # Date created: 11 Apr 2003 # Whom: Alexey Dokuchaev # # $FreeBSD$ # PORTNAME= acidlaunch PORTVERSION= 0.5 PORTREVISION= 1 CATEGORIES= sysutils windowmaker MASTER_SITES= http://linuxgamers.net/download/ MAINTAINER= danfe@FreeBSD.org COMMENT= An application launcher with simple XML-based configuration syntax HAS_CONFIGURE= yes USE_GNOME= gtk12 gdkpixbuf libxml2 USE_REINPLACE= yes USE_X_PREFIX= yes USE_XPM= yes MAN1= ${PORTNAME}.1 post-extract: @${REINPLACE_CMD} -e 's/enum GdkWMDecoration/GdkWMDecoration/' \ ${WRKSRC}/src/launcherwindow.cc do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/${PORTNAME} .for file in config.xml default.png ${INSTALL_DATA} ${WRKSRC}/prefs/${file} ${PREFIX}/share/${PORTNAME} .endfor @${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 ${MANPREFIX}/man/man1 .include r> cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SHA256ifyedwin2006-01-241-0/+1
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
* Don't use 'warnings' if perl < 5.6skv2005-05-231-1/+9
* Update to 1.09skv2005-05-13