freebsd-ports/deskutils/gxmessage/Makefile
Pav Lucistnik c360ee489b - Update to 2.6.2
PR:		ports/132022
Submitted by:	Edmondas Girkantas <eg@fbsd.lt>
Approved by:	Andriy Gapon <avg@icyb.net.ua> (maintainer)
2009-02-27 14:57:37 +00:00

27 lines
553 B
Makefile

# New ports collection makefile for: gxmessage
# Date created: 9 March 2005
# Whom: Andriy Gapon <avg@icyb.net.ua>
#
# $FreeBSD$
#
PORTNAME= gxmessage
PORTVERSION= 2.6.2
CATEGORIES= deskutils
MASTER_SITES= http://homepages.ihug.co.nz/~trmusson/stuff/
MAINTAINER= avg@icyb.net.ua
COMMENT= GTK2 substitute for xmessage
USE_GNOME= gtk20 gnomeprefix
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKE_ARGS+= INSTALL="${INSTALL_PROGRAM}"
MANCOMPRESSED= no
MAN1= gxmessage.1
PLIST_FILES= bin/gxmessage \
share/pixmaps/gxmessage.png
.include <bsd.port.mk>