blob: e960a4335e248797f58d7e2e1ce93db9a95f9d19 (
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
29
30
31
32
33
|
# New ports collection makefile for: ASPostIt
# Date created: 2 January 1999
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= aspostit
PORTVERSION= 1.3
PORTREVISION= 1
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>
|