freebsd-ports/deskutils/aspostit/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
707 B
Makefile

# New ports collection makefile for: ASPostIt
# Date created: 2 January 1999
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= aspostit
PORTVERSION= 1.3
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_AFTERSTEP}
MASTER_SITE_SUBDIR= apps/aspostit
MAINTAINER= ports@FreeBSD.org
COMMENT= An AfterStep dockable version of XPostIt
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg/
USE_X_PREFIX= yes
USE_XPM= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= aspostit.1
PLIST_FILES= bin/aspostit
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/aspostit ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/aspostit.man ${PREFIX}/man/man1/aspostit.1
.include <bsd.port.mk>