2013-02-07 15:38:10 +01:00
|
|
|
# Created by: Kris Kennaway <kris@FreeBSD.org>
|
2000-07-29 19:48:26 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= aspostit
|
|
|
|
PORTVERSION= 1.3
|
2010-02-05 12:46:55 +01:00
|
|
|
PORTREVISION= 6
|
2000-07-29 19:48:26 +02:00
|
|
|
CATEGORIES= deskutils
|
2013-02-07 15:38:10 +01:00
|
|
|
MASTER_SITES= AFTERSTEP/apps/aspostit
|
2000-07-29 19:48:26 +02:00
|
|
|
|
2003-07-12 12:37:02 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-02-07 15:38:10 +01:00
|
|
|
COMMENT= AfterStep dockable version of XPostIt
|
2000-07-29 19:48:26 +02:00
|
|
|
|
2013-02-07 15:38:10 +01:00
|
|
|
LICENSE= GPLv2 # (or later)
|
|
|
|
|
|
|
|
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
|
2000-07-29 19:48:26 +02:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= xpm xaw xext x11
|
2000-07-29 19:48:26 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= aspostit.1
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/aspostit
|
2000-07-29 19:48:26 +02:00
|
|
|
|
2013-09-20 18:21:37 +02:00
|
|
|
NO_STAGE= yes
|
2013-02-07 15:38:10 +01:00
|
|
|
post-extract:
|
|
|
|
@${LN} -sf aspostit.man ${WRKSRC}/aspostit.1
|
|
|
|
|
2000-07-29 19:48:26 +02:00
|
|
|
do-install:
|
2013-02-07 15:38:10 +01:00
|
|
|
(cd ${WRKSRC} && ${INSTALL_PROGRAM} aspostit ${PREFIX}/bin)
|
|
|
|
(cd ${WRKSRC} && ${INSTALL_MAN} aspostit.1 ${MANPREFIX}/man/man1)
|
2000-07-29 19:48:26 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|