mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Pharmacy intends to be a GNOME compliant front-end to CVS.
Currently, it provides a limited user interface to CVS commands and a "console" for the lazy power-user. WWW: http://pharmacy.learnrespect.org/ PR: ports/14097 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
This commit is contained in:
parent
6c2340df81
commit
bd324910b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22149
29
devel/pharmacy/Makefile
Normal file
29
devel/pharmacy/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: pharmacy
|
||||
# Version required: 0.2.1
|
||||
# Date created: 02 October 1999
|
||||
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= pharmacy-0.2.1
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= http://pharmacy.learnrespect.org/
|
||||
|
||||
MAINTAINER= jedgar@fxp.org
|
||||
|
||||
LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs
|
||||
|
||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-x
|
||||
CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/pharmacy/distinfo
Normal file
1
devel/pharmacy/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pharmacy-0.2.1.tar.gz) = e4631e1255f608bb95363dbb146e1158
|
1
devel/pharmacy/pkg-comment
Normal file
1
devel/pharmacy/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
GNOME frontend for CVS
|
8
devel/pharmacy/pkg-descr
Normal file
8
devel/pharmacy/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Pharmacy intends to be a GNOME compliant front-end to CVS.
|
||||
Currently, it provides a limited user interface to CVS
|
||||
commands and a "console" for the lazy power-user.
|
||||
|
||||
WWW: http://pharmacy.learnrespect.org/
|
||||
|
||||
- Chris D. Faulhaber
|
||||
jedgar@fxp.org
|
21
devel/pharmacy/pkg-plist
Normal file
21
devel/pharmacy/pkg-plist
Normal file
@ -0,0 +1,21 @@
|
||||
bin/pharmacy
|
||||
info/dir
|
||||
share/locale/fr/LC_MESSAGES/pharmacy.mo
|
||||
share/locale/ko/LC_MESSAGES/pharmacy.mo
|
||||
share/locale/de/LC_MESSAGES/pharmacy.mo
|
||||
share/gnome/apps/Applications/pharmacy.desktop
|
||||
share/gnome/help/pharmacy/C/topic.dat
|
||||
share/gnome/help/pharmacy/C/index.html
|
||||
share/gnome/help/pharmacy/C/docbook.css
|
||||
share/gnome/help/pharmacy/C/apx1.html
|
||||
share/gnome/help/pharmacy/C/checkout.html
|
||||
share/gnome/help/pharmacy/C/console.html
|
||||
share/gnome/help/pharmacy/C/licence.html
|
||||
share/gnome/help/pharmacy/C/pharmacy.html
|
||||
share/gnome/help/pharmacy/C/update.html
|
||||
share/gnome/help/pharmacy/C/using.html
|
||||
share/gnome/help/pharmacy/C/web.html
|
||||
share/pixmaps/pharmacy.png
|
||||
@dirrm share/gnome/help/pharmacy/C
|
||||
@dirrm share/gnome/help/pharmacy
|
||||
@dirrm share/pixmaps
|
Loading…
Reference in New Issue
Block a user