freebsd-ports/sysutils/ghasher/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

33 lines
683 B
Makefile

# New ports collection makefile for: ghasher
# Date Created: 06 Dec 2005
# Whom: Remington Lang <MrL0Lz@gmail.com>
#
# $FreeBSD$
#
PORTNAME= ghasher
PORTVERSION= 1.2.1
PORTREVISION= 1
CATEGORIES= sysutils gnome
MASTER_SITES= http://asgaard.homelinux.org/code/ghasher/
MAINTAINER= MrL0Lz@gmail.com
COMMENT= GUI frontend to MD5 sum
USE_X_PREFIX= yes
USE_GNOME= gtk20 libglade2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= bin/ghasher
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ghasher ${PREFIX}/bin
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500040
USE_GETOPT_LONG=yes
.endif
.include <bsd.port.post.mk>