freebsd-ports/x11/gtk-launch/Makefile
Emanuel Haupt 4e74162b8b Change MAINTAINER address for my ports.
Approved by:	novel (mentor)
2005-10-06 11:57:11 +00:00

40 lines
807 B
Makefile

# New ports collection makefile for: gtk-launch
# Date created: 22 Jul 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= gtk-launch
DISTVERSION= 1.1b
CATEGORIES= x11
MASTER_SITES= http://pierric.descamps.free.fr/pierric/downloads/
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A fast GTK+ program launcher
USE_X_PREFIX= yes
USE_GNOME= gtk12
PLIST_FILES= bin/gtk-launch
PORTDOCS= INSTALL
post-patch:
${ECHO_CMD} >> ${WRKSRC}/launch.c
do-build:
${CC} ${CFLAGS} `${GTK_CONFIG} --cflags --libs` \
-o ${WRKSRC}/${PORTNAME} ${WRKSRC}/launch.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>