blob: 14a8d5a82dbbee62ae10fac5d8ac646922952436 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: gxmessage
# Date created: 9 March 2005
# Whom: Andriy Gapon <avg@icyb.net.ua>
#
# $FreeBSD$
#
PORTNAME= gxmessage
PORTVERSION= 2.4.4
PORTREVISION= 4
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>
|